home *** CD-ROM | disk | FTP | other *** search
- object ProxySettingsForm: TProxySettingsForm
- Left = 192
- Top = 110
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Proxy settings'
- ClientHeight = 213
- ClientWidth = 536
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 21
- Top = 10
- Width = 493
- Height = 46
- AutoSize = False
- Caption =
- 'Please make sure that the proxy settings below are correct. If y' +
- 'ou are unsure whether you need to use a proxy, or are unsure of ' +
- 'what the correct settings should be, please contact your system ' +
- 'administrator.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 21
- Top = 168
- Width = 486
- Height = 2
- end
- object ProxySource: TLabel
- Left = 14
- Top = 185
- Width = 60
- Height = 13
- AutoSize = False
- Visible = False
- end
- object NoProxy: TRadioButton
- Left = 32
- Top = 61
- Width = 196
- Height = 17
- Caption = '&Direct connection to the Internet'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = NoProxyClick
- end
- object GroupBox1: TGroupBox
- Left = 21
- Top = 87
- Width = 486
- Height = 74
- TabOrder = 2
- object Label2: TLabel
- Left = 12
- Top = 19
- Width = 56
- Height = 13
- Caption = 'Proxy host:'
- end
- object Label3: TLabel
- Left = 12
- Top = 46
- Width = 55
- Height = 13
- Caption = 'Proxy port:'
- end
- object ProxyName: TEdit
- Left = 72
- Top = 15
- Width = 392
- Height = 21
- AutoSize = False
- TabOrder = 0
- end
- object ProxyPort: TEdit
- Left = 72
- Top = 42
- Width = 52
- Height = 21
- AutoSize = False
- TabOrder = 1
- end
- end
- object UseProxy: TRadioButton
- Left = 32
- Top = 85
- Width = 69
- Height = 17
- Caption = '&Use proxy'
- TabOrder = 1
- TabStop = True
- OnClick = UseProxyClick
- end
- object OK: TButton
- Left = 158
- Top = 181
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 3
- OnClick = OKClick
- end
- object Cancel: TButton
- Left = 281
- Top = 181
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = CancelClick
- end
- end
-